home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / prowres / shared.dxr / 01264_QTB-STOP.ls < prev    next >
Encoding:
Text File  |  1995-08-07  |  133 b   |  7 lines

  1. on mouseDown
  2.   puppetSound("Single Click")
  3.   if the type of sprite 32 = 16 then
  4.     set the movieRate of sprite 32 to 0
  5.   end if
  6. end
  7.